Click or drag to resize

ShapeType Enumeration

Identifies the set of properties to return in an item or folder response.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum ShapeType
Members
  Member nameValueDescription
Id0 Returns only the item or folder ID.
Default1 Returns a set of properties that are defined as the default for the item or folder.
AllProperties2 Returns all the properties used by the Exchange Business Logic layer to construct a folder.
See Also